home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 15 / polywin.zip / READ.ME next >
Text File  |  1986-08-04  |  1KB  |  53 lines

  1. Microsoft Word 3.0 Patch Instructions
  2.  
  3. 1. Copy the file "WORD.COM" on to this disk.
  4.  
  5. 2. Make sure you have the program "DEBUG.COM" available (This program is on
  6.    your DOS disk).  Copy this program onto this disk
  7.  
  8. 3. Put this disk in drive a:
  9.  
  10. 4. At the DOS A> prompt, type "WORDFIX" and press <ENTER>.
  11.  
  12. 5. Copy the program "WORD.COM" back to your Microsoft Word Backup disk or to
  13.    your Microsoft Word subdirectory.
  14.  
  15.   Polywindows will now work with Microsoft Word 3.0.  If you have any
  16. questions or need help, call 503/645-1150
  17.  
  18.  
  19. ============================================================================
  20. To patch out [CNTRL][SPACE] and [ALT][SPACE]:
  21.  
  22.          A> COPY DESK.EXE DESK.TMP
  23.          A> DEBUG DESK.TMP
  24.          -S 0 LFFFF 74 62 3C 39
  25.  
  26. This will display an address of the form XXXX:YYYY.
  27. Use this address in the following command:
  28.  
  29.          -E XXXX:YYYY
  30.  
  31. Press the [SPACE] bar three times, once when each of the numbers 74,62,and
  32. 3C are displayed.  After the number 39 is displayed, type in FF and press
  33. [ENTER].
  34.  
  35. Then continue with:
  36.  
  37.         -S 0 LFFFF 75 D1 3C 39
  38.  
  39. This will display an address of the form XXXX:YYYY.
  40. Use this address in the following command:
  41.  
  42.         -E XXXX:YYYY
  43.  
  44. Press the [SPACE] bar three times, once when each of the numbers 75, D1 and
  45. 3C are displayed.  After the number 39 is displayed, type in FF and press
  46. [ENTER].
  47.  
  48. Then continue with:
  49.  
  50.         -W
  51.         -Q
  52.         A> COPY DESK.TMP DESK.EXE
  53.